object SetupDlg: TSetupDlg Left = 246 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Setup' ClientHeight = 219 ClientWidth = 453 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 88 Top = 16 Width = 88 Height = 15 Caption = 'POP3 Server' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 104 Top = 48 Width = 72 Height = 15 Caption = 'User Name' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 112 Top = 80 Width = 64 Height = 15 Caption = 'Password' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 72 Top = 112 Width = 104 Height = 15 Caption = 'Log File Name' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 8 Top = 144 Width = 168 Height = 15 Caption = 'Attachments Directory' Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 138 Top = 185 Width = 77 Height = 27 TabOrder = 5 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 238 Top = 185 Width = 77 Height = 27 TabOrder = 6 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object ServerEdit: TEdit Left = 181 Top = 8 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 end object UserNameEdit: TEdit Left = 181 Top = 40 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 1 end object PasswordEdit: TEdit Left = 181 Top = 72 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 2 end object LogFileNameEdit: TEdit Left = 181 Top = 104 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 3 end object AttDirEdit: TEdit Left = 181 Top = 136 Width = 265 Height = 22 Font.Color = clNavy Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 4 end end